@media screen and (max-width: 767px) {
    .s2 {
    }

    .middiumBgContent {
        width: 100%;
        background-repeat: no-repeat;
        background-position: 0, 0;
        background-size: cover;
    }

    .middiumBgContent .middiumTextContent {
        width: calc(100% - 500px);
        margin: 0 250px;
    }

    .middiumBgContent .middiumTextContent .title {
        height: 80px;
        line-height: 100px;
        font-size: 30px;
        text-align: center;
    }

    .fourContent {
        width: calc(100% - 20px);
        margin: 0 10px;
        background-color: white;
        top: 100px;
        z-index: 999999;
    }

    .fourContent .fourContentBlock {
        background-color: white;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .fourContent .fourContentBlock .listContetn {
        width: 100%;
        box-shadow: 1px 20px 30px 10px rgba(0, 0, 0, 0.2);
        margin-top: 20px;
    }

    .fourContent .fourContentBlock .listContetn .imageContent {
        width: 100%;
        background-size: cover;
        height: 220px;
        background-repeat: no-repeat;
        background-position: 0, 0;
    }

    .fourContent .fourContentBlock .listContetn .textContent {
        width: calc(100% - 0px);
        height: 180px;
        padding: 20px 10px;
        background-color: white;
    }

    .twoBgContent {
        width: 100%;
        /*height: 500px;*/
        /*display: flex;*/

    }

    .twoBgContent .twoItem {
        width: 100%;

    }

    .twoBgContent .imageContent {
        height: 250px;
        width: 100%;
        background-position: 0, 0;
        background-repeat: no-repeat;
    }

    .twoBgContent .textContent {
        height: 100px;
        width: 100%;
        border-right: 1px solid #ddd;
    }

    .fourImageContent {
        width: 100%;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .fourImageContent .fourImageItem {
        height: 400px;
        /*flex:1;*/
        width: 50%;
        overflow: hidden;
        transition: 0.3s ease;
        margin-bottom: 20px;

    }

    .fourImageContent .fourImageItem .textContent {
        width: 100%;
        height: 200px;
        background-color: white;
        position: relative;
        padding: 20px;
        bottom: 0px;
        transition: 0.3s ease;

    }

    .fourImageContent .fourImageItem:hover .textContent {
        bottom: 100px;
    }

    .fourImageContent .fourImageItem .imageContent {
        width: 100%;
        height: 300px;
        background-image: url(http://pic1.win4000.com/wallpaper/7/57ac3605353a8.jpg);
        background-position: 0, 0;
        background-repeat: no-repeat;
        background-size: cover
    }

    .oneBigButtonContent {
        width: 500px;
        margin: 50px auto;
        background-color: orange;
        color: white;
        padding: 10px;
        text-align: center;
    }

    .oneBigButtonContent span {
        display: block;
        font-size: 1rem;
    }

    .oneBigButtonContent span.title {
        font-size: 1.42rem
    }

    .sub-nav-item__txt {
        font-size: 1rem;
        line-height: 1.3;
        padding-left: 10px;
        position: relative;
        letter-spacing: 0;
    }

    .showMenu {
        /*width: 100%;*/
        /*max-width: unset;*/
        /*min-width: unset;*/
        /*position: absolute*/
    }

    /*---------------------------------------------------------------------------------------------------------*/
    #topImageContent {
        width: 100%;
        height: 20rem;
        background-size: cover;
        background-position: 0 0;
    }

    #topImageContent:before {
        content: '';
        width: 100%;
        height: 20rem;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(10, 25, 90, .4);

    }

    .bgTextContent {
        top: 7rem;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        z-index: 2;
        position: relative;
        color: white;
        letter-spacing: 0.65rem;
    }

    .insideContent {
        overflow: hidden;
        left: 0;
        width: 100%;
        top: -102px;
        line-height: 1.42rem;
        /* position: relative; */
        right: 0;
        text-align: center;
        box-shadow: 0px 0px 52px 0px rgba(236, 236, 236, 1);
        border: 1px solid rgba(255, 255, 255, 0);
        background-color: white;
        margin: auto;
    }

    .insideContent .insideContentTitle {
        /*height: 6.85rem;*/
        background-color: white;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .insideContent .insideContentTitle h1 {
        height: 4.5rem;
        line-height: 4.5rem;
        letter-spacing: 0.1em;
        font-size: 1.28rem;
        font-weight: 600;
        color: #f49a03;

    }

    .insideContent .insideContentTitle p {
        font-size: 0.7rem;
        color: #333;
        min-height: 3rem;
        line-height: 2rem;
    }

    .insideContent .insideContentTitle p.ccc {
        display: none;
    }

    /*threeContent*/
    .threeContent {
        width: calc(100% - 40px);
        overflow: hidden;
        margin: 0 20px;
    }

    .threeContent .threeItem {
        width: 100%;
        overflow: hidden;
        margin: 0;
        float: left;
        padding: 0rem;
        background-color: white;
    }

    .threeContent .threeItem .imageContent {
        width: 100%;
        height: 21rem;
        background-position: 0 0;
        background-size: cover;
    }

    .threeContent .threeItem .textContent {
        width: 100%;
        background-color: white;
        padding: 0rem;
        top: 0px;
        position: relative;
        transition: all .3s ease;
        margin-bottom: 20px;

    }

    .threeContent .threeItem .textContent h1 {
        height: 5rem;
        line-height: 5rem;
        font-size: 2.2rem;
        color: #888888;

    }

    .threeContent .threeItem .textContent h2 {
        text-align: left;
        margin: 0 auto;
        height: 4rem;
        font-size: 18px;
        line-height: 4rem;
        /*color: #888888;*/
        letter-spacing: 0.25rem;
        color: #21348b;
        font-weight: 600;
    }

    .threeContent .threeItem .textContent h2:before {
        content: '\f0a9';
        font-family: fontawesome;
        position: relative;
        color: #1d5aa7;
        margin-right: 5px;
        display: inline-block;
        transition: 0.3s ease;
        left: 0;

    }

    .threeContent .threeItem .textContent h3 {
        color: #FF9800;
        line-height: 1.8;
    }

    .threeContent .threeItem .textContent h5 {
        color: #888888;
        line-height: 1.8;
        height: 3rem;
    }

    .threeContent .threeItem .textContent p {
        text-align: left;
        color: #888888;
        font-size: 1rem;
        line-height: 2.2rem;
    }

    .threeContent .threeItem .textContent .buttonBarContent {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .threeContent .threeItem .textContent .buttonBarContent .buttonBar {
        cursor: pointer;
        height: 5.64rem;
        width: 100%;
        line-height: 79px;
        color: #888888;
        border-bottom: 1px solid #ddd;
        background-color: white;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }



    .threeContent .threeItem .textContent .buttonBarContent .buttonBar:hover {
        opacity: 0.8;
    }



    /*middleBanner*/
    .middleBanner {
        background-position: 0 0;
        background-size: cover;
        width: 100%;
        min-height: 16rem;
        /*margin-bottom: 3rem;*/
    }



    .middleBanner .middleBannerTextContent h1 {
        width: 100%;
        height: 3.76rem;
        line-height: 3.76rem;
        font-size: 1.6rem;
        text-align: center;
        z-index: 2;
        position: relative;
        margin: 0rem auto 3rem;
        color: white;
        background: #000000a1;
        top: 2rem;
    }

    .middleBanner .middleBannerTextContent p {
        margin: 0 auto;
        font-size: 1rem;
        z-index: 2;
        padding: 2rem;
        position: relative;
        color: white;
        line-height: 2;
        letter-spacing: 0.05rem;
        font-weight: 500;
    }

    /*fourContent */
    .fourContent {
        width: 100%;
        margin: 0px auto 6rem;
        overflow: hidden;
    }

    .fourContent .fourItem {
        width: 100%;
        overflow: hidden;
        float: left;
        padding: 1rem;
    }

    .fourContent .comShadow {
        box-shadow: none;
    }

    .fourContent .fourItem .imageContent {
        width: 100%;
        height: 15.4rem;
        background-position: 0 0;
        background-size: cover;
    }

    .fourContent .fourItem .textContent {
        width: 100%;
        background-color: white;
        margin: 0 auto;
        padding: 1rem;

    }

    .fourContent .fourItem .textContent p {
        text-align: left;
        width: 100%;
        padding: 2.14rem 0 1.2rem;
        margin: 0 auto;
        line-height: 1.85rem;
    }

    .halfBannerContent {
        width: 100%;
        overflow: hidden;
        padding: 1rem;

    }

    .halfBannerContent .halfBanner {
        width: 100%;
        float: left;
        height: 19rem;
        background-color: white;
        position: relative;
        margin-bottom: 2rem;
        overflow: hidden;
    }

    .halfBannerContent .halfBanner .halfIamge {
        width: 100%;
        height: 19rem;
        background-size: cover;
        background-position: 0 0;
    }

    .halfBannerContent .halfBanner .halfIamge:before {
        content: '';
        width: 100%;
        height: 19rem;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(10, 25, 90, .4);
    }

    .halfBannerContent .halfText {
        width: 100%;
        height: 19rem;
        position: absolute;
        top: 0;
        left: 0;
        color: white;
    }

    .halfBannerContent .halfText p {
        width: 90%;
        padding: 1.2rem;
        font-size: 1.2rem;
        color: white;
        margin: 0 auto;
        text-indent: 2.14rem;
        letter-spacing: 0.08rem;
    }

    .fourNearContent {
        overflow: hidden;
        width: 100%;
    }

    .fourNearContent .fourNear {
        width: 50%;
        overflow: hidden;
        float: left;
        height: 30rem;
    }

    .fourNearContent .fourNear .imageContent {
        width: 100%;
        height: 14.7rem;
        background-position: 0 0;
        background-size: cover;
    }

    .fourNearContent .fourNear .textContent {
        top:0px;
        width: 100%;
        background-color: white;
        padding: 1rem;
        position: relative;
        transition: all .3s ease;
        min-height: 30rem;
        max-height: 30rem;
        border-right: 1px solid #ddd;

    }

    .fourNearContent .fourNear:hover .textContent {
        top: -175px;
        transition: all .3s ease;

    }

    .fourNearContent .fourNear .textContent p {
        text-align: left;
        text-indent: 2.4rem;
        overflow: hidden;
        font-size: 1.4rem;
        color: #888888;
    }

    .fourNearContent .fourNear .textContent .buttonBarContent {
        margin-top: 141px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .fourNearContent .fourNear .textContent .buttonBarContent .buttonBar {
        cursor: pointer;
        height: 79px;
        width: 370px;
        color: #FD8900;
        line-height: 79px;
        background-color: white;
    }

    .fourNearContent .fourNear .textContent .buttonBarContent .buttonBar:hover {
        opacity: 0.8;
    }

    .fourNearContent .fourNear .textContent .buttonBarContent .buttonBar:nth-child(2) {
        color: white;
        background-color: #FD8900;
    }

    /*button*/
    .bigLongBtn {
        width: 85%;
        /*height: 10rem;*/
        clear: both;
        margin: .8rem auto;
        background-color: #ffffff;
        position: relative;
        box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.2);
        top: -5rem;
    }

    .bigLongBtn h1 {
        text-align: center;
        font-size: 2rem;
        color: #f6ab00;
        height: 3.2rem;
        line-height: 3.2rem;
    }

    .bigLongBtn h3 {
        text-align: center;
        color: #f6ab00;
        font-size: 1.25rem;
        line-height: 2.2rem;
    }

    .bigLongBtn h5 {
        text-align: center;
        color: #f6ab00;
        font-size: 1rem;
        line-height: 2.7rem;
    }

    .bigLongBtn h4 {
        text-align: center;
        font-size: 1.6rem;
        line-height: 6rem;
        color: #f6ab00;
    }

    .outTopContent .bigLongBtn {
        width: 90%;
        height: 6rem;
        line-height: 6rem;
        clear: both;
        margin: .8rem auto 0.28rem;
        background-color: white;
        position: relative;
        top: 0rem;
        z-index: 2;
        box-shadow: 1px 1px 20px 2px rgba(0, 0, 0, 0.2);
    }

    .outTopContent .bigLongBtn h1 {
        text-align: center;
        font-size: 1.8rem;
        color: #f6ab00;
        height: 3rem;
        line-height: 1.8;
    }

    .outTopContent .bigLongBtn h3 {
        text-align: center;
        color: #f6ab00;
        font-size: 1.28rem;
        line-height: 0.8;
    }

    .outTopContent .bigLongBtn h5 {
        text-align: center;
        color: #f6ab00;
        font-size: 1rem;
        line-height: 1.8;
    }

    .mt200 {
        margin-top: 10rem;
    }


    .twoList {
        width: 100%;
        margin-top: 2rem;
    }

    .twoList .imageContent {
        width: 100%;
        float: left;
        height: 20rem;
        margin-right: 0;
        margin-left: 0;
        background-size: cover;
        background-position: 0 0;
        position: relative;
    }

    .twoList .imageContent:before {
        content: '';
        width: 100%;
        opacity: .4;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        background-color: black;
        top: 0;
    }

    .twoList .imageContent .tbar {
        background: #000000a1;
        width: 100%;
        height: 4.28rem;
        color: white;
        z-index: 9999;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        line-height: 4.28rem;
        bottom: 0;
        font-weight: 500;
        font-size: 1.4rem;
        position: absolute;

    }

    .twoList .textContent {
        width: 100%;
        float: left;
        padding: 1rem;
        overflow: hidden;
    }

    .twoList .textContent p {
        text-align: left;
        text-indent: 2.2rem;
        color: #888888;
        font-size: 1.2rem;
        letter-spacing: 0.05rem;
        margin: 2rem 0;
        line-height: 2rem;
    }

    /*tableContent*/
    .tableContent {
        width: 100%;
        margin: 1rem auto 2rem;
    }

    .tableContent table {
        width: 100%;
        border-collapse: collapse;
        border: none;

    }

    .tableContent h1 {
        text-align: left;
        height: 66px;
        line-height: 66px;
        font-size: 1.28rem;
        color: #000000;
        padding: 1rem;

    }

    .tableContent h1:before {
        content: '\f0a9';
        font-family: fontawesome;
        position: relative;
        color: #f49a03;
        margin-right: 5px;
        display: inline-block;
        transition: 0.3s ease;
        left: 0;

    }

    .tableContent table tr.thead {
        height: 55px;
        line-height: 55px;
        background: #F7F7F7;

    }

    .tableContent table tr td {
        border: solid #ddd 1px;
        padding: 0px;
        font-size: 1rem;
        color: #888888;

    }

    .tableContent table tr td[colspan] {
        text-align: left;

    }

    .tableContent .tableText {
        text-align: left;
        margin: 2rem 0;
        padding: 1rem;
    }

    .tableContent .tableText p {
        color: #888888;
        font-size: 1rem;
        line-height: 1.8;
    }

    .tableContent .tableText p:before {
        content: '\f054';
        font-family: fontawesome;
        position: relative;
        color: #1d5aa7;
        margin-right: 5px;
        display: inline-block;
        transition: 0.3s ease;
        left: 0;
    }

    /*comonTextContent*/
    .comonTextContent {
        padding: 0 2rem;
        background: white;
    }

    .comonTextContent p {
        text-align: left;
        font-size: 1.28rem;
        line-height: 1.8;
        color: #888888;
        white-space: pre-line;
    }

    /*connectTop*/
    .connectTop {
        margin-top: 60px !important;
        overflow: visible !important;
    }

    .connectTop .bigLongBtn {
        top: -8rem;
    }

    .connectTop .comonTextContent {
        position: relative;
        top: -110px;
        padding-bottom: 0px;
    }

    /*sixCricle*/
    .sixCricle {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 1rem;
    }

    .sixCricle .sixCricleItem {
        position: relative;
        margin: 5rem auto;
    }

    .sixCricle .sixCricleItem .one {
        width: 150px;
        height: 86.6px;
        margin: 0 auto;
        border-top: 1px solid orange;
        border-bottom: 1px solid orange;
        transform: rotate(60deg);
        background-color: orange;
    }

    .sixCricle .sixCricleItem .two {
        position: absolute;
        width: 150px;
        height: 86.6px;
        left: 0px;
        top: 0;
        transform: rotate(120deg);
        border-top: 1px solid orange;
        border-bottom: 1px solid orange;
        background-color: orange;
    }

    .sixCricle .sixCricleItem .three {
        position: absolute;
        width: 150px;
        height: 86.6px;
        left: 0px;
        top: 0;
        transform: rotate(360deg);
        border-top: 1px solid orange;
        border-bottom: 1px solid orange;
        background-color: orange;
    }

    .sixCricle .sixCricleItem .four {
        position: absolute;
        width: 150px;
        left: 0px;
        top: 37%;
        text-align: center;
        color: white;
        font-size: 1.42rem;
        font-weight: bold;
    }

    .sixCricle .sixCricleItem .five {
        position: absolute;
        width: 10rem;
        left: calc(75px - 5rem);
        top: 66%;
        height: 5px;
        text-align: center;
        color: white;
        font-size: 2rem;
        font-weight: bold;
        border-bottom: 5px solid white;
    }

    /*leftImageRightTextContent*/
    .leftImageRightTextContent {
        width: 100%;
    }

    .leftImageRightTextContent .leftImageRightText {
        width: 100%;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem {
        height: auto;
        background: white;
        margin-bottom: 2rem;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .leftIamge {
        width: 100%;
        float: left;
        height: 19rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        position: relative;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .leftIamge:before {
        content: '';
        width: 100%;
        /*height: 30rem;*/
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(10, 25, 90, .1);
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText {
        padding: 17px;
        height: auto;
        width: 100%;
        overflow: hidden;
        clear: both;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText h1 {
        font-size: 28px;
        height: 4.57rem;
        line-height: 4.57rem;
        background: white;
        border-radius: 20px;
        color: #21348b;
        text-indent: 1rem;
        z-index: 8;

    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText p {
        font-size: 1.28rem;
        line-height: 1.85rem;
        color: #333;
        width: 100%;
        padding: 1rem;
        z-index: 2;
        white-space: pre-line;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText2 {
        padding: 17px;
        width: 100%;
        height: auto;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText2 h1 {
        font-size: 28px;
        height: 4.57rem;
        line-height: 4.57rem;
        background: white;
        border-radius: 20px;
        color: #21348b;
        text-indent: 1rem;
        z-index: 8;
    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText h1:before {
        content: '\f0a9';
        font-family: fontawesome;
        position: relative;
        color: #1d5aa7;
        margin-right: 5px;
        display: inline-block;
        transition: 0.3s ease;
        left: 0;

    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText2 h1:before {
        content: '\f0a9';
        font-family: fontawesome;
        position: relative;
        color: #1d5aa7;
        margin-right: 5px;
        display: inline-block;
        transition: 0.3s ease;
        left: 0;

    }

    .leftImageRightTextContent .leftImageRightText .leftImageRightTextItem .rightText2 p {
        font-size: 1.28rem;
        line-height: 1.85rem;
        color: #333;
        width: 100%;
        padding: 1rem;
        z-index: 2;
        /*white-space: pre-line;*/
    }

    /*cricleContent*/
    .cricleContent {
        width: 100%;
        margin: 2rem auto 9rem;
        overflow: hidden;
        background-color: white;
    }

    .cricleContent .cricleTitle {
        width: 14rem;
        height: 5rem;
        font-size: 2rem;
        border: 1px solid #21348b;
        margin: 2rem auto;
        text-align: center;
        line-height: 5rem;
        left: 0;
        right: 0;
        border-radius: 20px;
        color: #21348b;
    }

    .cricleContent .cricleItemContent {
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .cricleContent .cricleItemContent .cricleItem {
        width: 11rem;
        border-radius: 50%;
        position: relative;
        height: 11rem;
        margin: 0.6rem;
        border: 1px solid #21348b;
        background: #21348b;
        color: white;
    }

    .cricleContent .cricleItemContent .cricleItem h4 {
        height: 2rem;
        text-align: center;
        left: 0;
        font-size: 1.6rem;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

    .noBgTitle {
        height: 80px;
    }

    .noBgTitle h1 {
        width: 138px;
        height: 50px;
        font-size: 28px;
        line-height: 50px;
        text-align: center;
        color: #444444;
        margin: 0 auto;
    }

    .mt100 {
        margin-top: 100px;
    }

    .mb100 {
        margin-bottom: 100px;
    }

    .mb200 {
        margin-bottom: 200px !important;
    }

    /*blueContent*/
    .blueContent {
        width: 1300px;
        height: 46px;
        padding: 0px 120px;
        background-color: #0089FF;
        display: none;
    }

    .blueContent .blueContentItem {
        width: 150px;
        text-align: center;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        float: left;
        color: white;
    }

    .blueContent .blueActive {
        background-color: white;
        color: #FF9800;
        border-radius: 4px;
        position: relative;

    }

    .blueContent .blueActive:after {
        content: '';
        position: absolute;
        left: 67.5px;
        bottom: 0;
        width: 0;
        height: 0;
        border-width: 0 10px 10px;
        border-style: solid;
        border-color: transparent transparent orange;
    }

    /*sixIamgeContent*/
    .sixIamgeContent {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;

    }

    .sixIamgeContent .sixIamgeItem {
        width: 50%;
        float: left;
        position: relative;
    }

    .sixIamgeContent .sixIamgeItem .imageContent {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        width: 100%;
        /*height: 100%;*/
    }

    /*.sixIamgeContent .sixIamgeItem .imageContent:before {*/
        /*content: '';*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 0;*/
        /*background-color: rgba(10, 25, 90, .4);*/
    /*}*/

    .sixIamgeContent .sixIamgeItem .textContent {
        height: 4rem;
        line-height: 4rem;
        /*position: absolute;*/
        top: calc(50% - 2rem);
        background: white;
        width: 100%;
        color: #f6ab00;
    }

    .sixIamgeContent .sixIamgeItem .textContent h1 {
        text-align: center;
        font-size: 20px;
        color: #f6ab00;
    }

    /*twoMiniContent*/
    .twoMiniContent {
        padding: .5rem;
    }

    .twoMiniContent .twoMiniItem {
        width: 100%;
        overflow: hidden;
        margin: 0rem auto 2rem;
        padding: 1rem 1rem 0 1rem;

    }

    .twoMiniContent .twoMiniItem .twoMiniImageContent {
        float: left;
        width: 25%;
        margin-left: 0px;
        height: 80px;
        background-image: url(http://www.ctechcorp.co.jp/common/img/localnav/technology/img_01.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 0;
    }

    .twoMiniContent .twoMiniItem .twoMiniTextContent {
        float: left;
        width: 75%;
        /*height: 80px;*/
        text-align: left;

    }

    .twoMiniContent .twoMiniItem .twoMiniDownloadBtn {
        float: left;
        width: 8rem;
        height: 2.4rem;
        line-height: 2.4rem;
        text-align: center;
        border: 1px solid #ddd;
        font-size: 1rem;
        margin-top: 1rem;
        background: #ffa400;
        color: white;
    }

    .twoMiniContent .twoMiniItem .twoMiniTextContent p:nth-child(1) {
        line-height: 1.8;
        color: #888888;
        padding: 0 .5rem;
        font-size: 1.2rem;

    }

    .twoMiniContent .twoMiniItem .twoMiniTextContent p:nth-child(2) {
        line-height: 1.8;
        padding: 0 .5rem;
        font-size: 1rem;
        color: #ffa300;

    }

    /*bigImageContent*/
    .bigImageContent {
        width: calc(100% - 2rem);
        margin: 1rem auto 0rem;
        height: 23rem;
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 2rem;
    }

    /*mapContent*/
    .mapContent {
        width: 100%;
        height: 300px;
        margin: 50px auto;
    }

    .mapContent iframe {
        width: 100%;
        height: 300px;
    }

    /*singleText*/
    .singleText {
        width: 100%;
        margin: 0 auto;
        padding: 1rem;
    }

    .singleText p {
        text-align: left;
        color: #888888;
        line-height: 1.8;
        text-indent: 2rem;
    }

    .mb50 {
        margin-bottom: 50px !important;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .pt50 {
        padding-top: 50px !important;
    }

    .pb50 {
        padding-bottom: 50px !important;
    }

    .pt30 {
        padding-top: 30px !important;
    }

    .pb30 {
        padding-bottom: 30px !important;
    }

    /*insideSearchContent*/
    .insideSearchContent {
        width: 90%;
        height: 5rem;
        background: white;
        margin: 0 auto;
        left: 0;
        border-radius: 20px;
        top: 5rem;
        position: relative;
    }

    .insideSearchContent input {
        width: 100%;
        height: 5rem;
        margin-top: 0;
        padding-left: 15px;
        font-size: 2rem;
        color: #888888;
    }

    /*threeScrollContent*/
    .threeScrollContent {
        /*width: 1150px;*/

    }

    .threeScrollContent .img {
        width: calc(100% - 40px);
        height: calc(50vh - 130px);
        background: center /cover no-repeat;
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }

    .threeScrollContent .txt {
        width: 100%;
        padding: 20px 10px;
        /*position: absolute;*/
        left: 0;
        bottom: -173px;
        transition: 0.3s ease .3s;
        background-color: white;

    }
    .threeScrollContent .ppPostttt{
        border-top:1px solid #ddd;
    }
    .threeScrollContent .ppPost {
        cursor: pointer;
        height: 5.64rem;
        width: 100%;
        line-height: 79px;
        color: #888888;
        border-bottom: 1px solid #ddd;
        background-color: white;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-align: center;

    }

    .threeScrollContent .txt h3 {
        margin-bottom: 10px;
        color: grey;
        font-weight: 600;
        transition: 0.3s ease;
        text-align: center;
    }

    .threeScrollContent .txt h3:nth-child(2) {
        margin-bottom: 0px;
        color: orangered;
        font-weight: 600;
        transition: 0.3s ease;
        text-align: center;
    }

    .threeScrollContent .txt p {
        margin-bottom: 10px;
        color: grey;
        font-weight: 600;
        transition: 0.3s ease;
        text-align: center;
        font-size: 13px;
    }

    .pickup-item--robot:hover .txt {

    }

    .lcl-news-item__cat {
        margin-left: 0;
        display: block;
    }

    #section2 li {
        width: 100%;
        height: auto;
        min-height: 250px;
        margin: 0 0;
    }

    .tableBtn {
        color: white;
        width: 8rem;
        height: 3rem;
        border: 1px solid #f6ab00;
        text-align: center;
        line-height: 3rem;
        background: #f6ab00;
        border-radius: 4px;
    }

    .hnav-sublist {
        height: auto !important;
        overflow: visible !important;
        transition: all 0.3s ease-in;

    }

    .firstMenu {
        height: 0;
        overflow: hidden;
        top: 80px;
        left: 0;
        width: 100%;
        background: none !important;
        transition: all 0.3s ease-in;
        opacity: 1;
        visibility: visible;
    }

    .firstMenu ul li {
        line-height: 35px;
        color: white;
        padding-left: 20px;
        font-size: 15px;
        font-weight: 400;
    }

    .firstMenu ul li:before {
        content: '';
        width: 10px;
        height: 3px;
        position: relative;
        background-color: #f49b00;
        display: block;
        top: 18px;
        left: -13px;
    }

    .firstMenu ul li:hover {
        text-decoration: underline;
    }

    .secondMenu {
        width: 100%;
        background: none !important;
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in;
    }

    .secondMenu ul li {
        color: white;
        font-size: 15px;
        font-weight: 400;
    }

    .secondMenu:hover ul li {

    }

    .hscr .header__link::before {
        opacity: 1 !important;
    }

    .lcl-company__ttl2 {
        display: none;
    }

    .company-intro-title {
        font-size: 26px;
        display: block;
        width: 100%;
        color: #f6ab00;
    }

    .company-intro-intro {
        font-size: 16px;
        display: block;
        color: #f6ab00;
    }

    .lcl-company-rl .lcl-company-r__b {
        background-color: white !important;
    }

    .lcl-company-r__in {
        color: #333 !important;
    }

    .pickup .slick-arrow {
        opacity: .5 !important;
    }

    .lcl-news-item__cat.news {
        display: inline-block !important;
        background: none !important;
        color: #333;
        font-size: 12px;
        width: 95px !important;
    }

    .lcl-news-item__day {
        font-size: 16px;
        height: 16px;
        overflow: hidden;
    }

    .hnav-item--opened {
        background-color: #f49a03;
    }

    .uuu {
        left: 50%;
        margin-left: -30px;
        width: 60px;
        background: #fff;
        -webkit-transition-duration: .2s;
        -webkit-transition-timing-function: ease;
        transition-duration: .2s;
        transition-timing-function: ease;
    }
    .mt150{
        margin-top: 0;
    }
    .fourBigContent{
        margin-bottom: 0!important;
    }
    .overshow{
        /*margin-top: 25px;*/
        /*margin-bottom: 25px;*/
    }
    .aaaaaa{
        display: flex;
        flex-flow: column-reverse;
    }


    .bbbb {
        width: calc(100% - 40px);
        height: 60px;
        background-color: rgb(204, 204, 204);
        float: left;
        margin: 30px 20px;
    }

    .bbbb h1 {
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        background: white;
        color: #FF9800;
        box-shadow: 0px 0px 5px 0px rgb(177, 177, 177);
    }
    .mt120{
        margin-top: 40px!important;
    }
    .mtt200{
        margin-top: 40px;
    }
    .indexGif1{
        display: none;
    }
    .form-group{
        width: 80%;
        margin-bottom: 20px;
    }
    .form-control {
        border: 1px solid #ddd!important;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
        -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
        transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    }
    .form-control {
        display: block;
        width: 85%;
        height: 36px;
        padding: 6px 15px;
        font-size: 14px;
        line-height: 1.57142857;
        color: #76838f;
        background-color: #fff;
        background-image: none;
        border: 1px solid #e4eaec;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
    #zzpp{
        width: 100%;display: none;height: 100%;position: fixed;background-color: #00000091;left: 0;top: 0;z-index: 9999;
    }
    #bbb{
        width: 600px;display: none;
        /*padding: 15px;*/
        z-index: 99999;
        height: 90%;
        background: white;
        position: fixed;
        left: 0;
        top: 26px;
        right: 0;
        bottom: 0;
        margin: auto;
        overflow: scroll;
    }
    .zpbtn{
        width: 70px;
        border: 1px solid #f6ab00;
        text-align: center;
        background: #f6ab00;
        color: white;
        border-radius: 8px;
        display: inline-block;
    }
}
